Welcome![Sign In][Sign Up]
Location:
Search - office MFC

Search list

[Windows Developsmartclipsrc

Description: mfc,实现一个高级的系统剪贴板,就像office提供的那样 还可以参考里面如何实现系统热键-mfc, realize an advanced system clipboard, as provided office also can refer to it as how to achieve system hotkey
Platform: | Size: 151552 | Author: 小江 | Hits:

[OtherTestReader

Description: 用VC++的MFC与Office的Excel相结合,实现.log文件的读取,信息提取与分析等操作,是原创的,希望有用。-With VC++ The MFC with the Office of the Excel combination. Log file read, such as information extraction and analysis of operation, is the original, and I hope useful.
Platform: | Size: 482304 | Author: liuwq | Hits:

[OtherEmbed_PPT

Description: 此程序运用MFC嵌入微软office的PPT功能-MFC embeld the PPT
Platform: | Size: 2586624 | Author: yanzhou | Hits:

[GUI DevelopBCGCtrlPro10.00

Description: BCGSoft BCGControlBar Professional Full Source v10.0 零售版(Retail) BCGControlBar ("Business Components Gallery ControlBar") 是一个C++扩展库,可以用来创建类似Office 2000/XP和Visual Studio.NET的应用程序,可以实现完全定制功能(定制工具栏,菜单,键盘等等)。BCGControlBar库包含了超过100个C++扩展库文件,能够帮助用户将这些功能轻松地融合到程序中,节省宝贵的开发和测试时间。 MFC扩展库。允许你合并高级编辑控制到任意一个基于MFC(Microsoft Foundation Class, MS-Visual C++的类库)的应用程序。提供语法高亮、色块、压缩节点、智判技术(IntelliSense)、记号、符号支持、超链接支持等多种高级编辑功能。 -BCGSoft is proud to announce that the next generation of BCGControlBar Pro- version 10.3 is available now! The product is suitable for Visual C++ 6.0, Visual Studio.NET 2002/2003 and Visual Studio 2005/2008 and includes a lot of new features and enhancements.
Platform: | Size: 20338688 | Author: 张利 | Hits:

[OtherStudent

Description: 本程序以随机的方式来查找某个学生的信息并把它显示出来以实现点名。-Classroom randomly named system. MFC implementation. Requirements to fully realize our program has been named function. That is, from the Office of Academic Affairs Web site in advance of a class of students download and save the standby list. Your program in some way be able to selectively load a class file and save the students put the corresponding information read into memory, then a random way to search a student s information and put its name displayed in order to achieve .
Platform: | Size: 7168 | Author: 雯雯 | Hits:

[GUI DevelopBCGProAppWizard9.4chn

Description: BCGControlBar 9.4 中文向导 BCGControlBar作为MFC界面的扩展库它能很好地创建像Office、Visual Studio、Vistual Studio.NET和Internet Explorer风格的应用程序。包括工具条和菜单,支持定制键盘、可停靠的控制栏、菜单栏以及像Office 2000/XP/2003风格的菜单。 可惜它没有提供工程的中文创建向导。同时,网上的已有支持中文的向导支持的版本比较低,不支持最新的9.4。作者参考了网上已有的文章“BCGControlBar Pro 7.31支持多语言资源创建应用程序向导的制作”,结合他的实践经验,制作了9.4版的支持中文、英语语言的向导。 说明: 1、 适用版本BCGControlBar Library Professional Edition v9.4。 2、 请将BCGCBProAppWizard.awx向导文件拷贝到VC++ 6.0安装目录:..\Microsoft Visual Studio\Common\MSDev98\Template\下即可。-
Platform: | Size: 214016 | Author: guhill | Hits:

[Embeded-SCM Develop090527softwaredesignofanalysisofgammarayscollected

Description: 能谱仪VC++6.0软件个人设计是由本人2009年05月开发的γ能谱仪VC++6.0软件 不过由于我是初次接触VC,很多语句调用和逻辑算法都还是新手阶段,请勿见笑 本软件包括 1.调用MFC控件接受串口数据包(数据包为附件中通讯协议规定) 2.调用pDC绘图(绘制表格和谱线) 3.实时采集数据并处理(处理部分其实还没写好) 4.调用WINDOWS系统的OFFICE控件将采集到的数据保存到EXCEL(由于我不会建立文件夹,所以在运行前,必须在C盘建立一个文件夹“collect data”,即:"C:\\collect data\\") 其实程序中很多都是参考WWW.PUDN.COM上的程序,本程序经过VC++6.0调试可用。-VC++6.0 spectrometer software was designed by individuals in May 2009 I developed γ spectrometer VC++6.0 software However, because I was the initial contact with VC, a lot of statements and logical method call or a new stage of all, do not stock The software includes 1. Call MFC control to accept serial data packet (data packet communication protocol for the provisions of the Annex) 2. Call pDC graphics (tables and line drawing) 3. Real-time data collection and processing (not written to deal with part of it) 4. Call WINDOWS system will be collected OFFICE control of the data into EXCEL (because I do not create the folder, so in the run prior to the establishment of a disk in the C folder "collect data", ie: "C: \ \ collect data \ \ ") In fact, many of the procedures are the procedures WWW.PUDN.COM reference, this procedure been available for VC++6.0 debugging.
Platform: | Size: 4454400 | Author: 李涛 | Hits:

[Windows Developmfctlist

Description: 一个支持POP3(Post Office Protocol Version 3)的MFC类,这对正在写电子邮件程序的朋友很有用-A support POP3 (Post Office Protocol Version 3) category of the MFC, which is to write e-mail program is very useful friends
Platform: | Size: 28672 | Author: jshwin | Hits:

[GUI DevelopVC6_Office_style

Description: vc6.0平台下,用MFC编写的仿OFFICE界面程序.-An office look interface for MFC programs,these codes are based on vc6
Platform: | Size: 1134592 | Author: 董行健 | Hits:

[Windows DevelopNativeDDEexample

Description: Native C++ (without MFC) DDE basic examples. Does NOT use "DDE spy" method, which means, it supports UNICODE and allows to read/write unlimited bytes in the DDE message. DDE - Primitive method to perform out-of-process call. Can be used to automate office applications (and other that supports DDE). Also can be used to spy DDE operations being used by the system (usually explorer).
Platform: | Size: 3695616 | Author: greenfuze | Hits:

[Windows Developpjnpop3

Description: a freeware MFC class to support the POP3 (Post Office Protocol v3) protocol. POP3 for those not familiar with all the internet protocols is the protocol used to retrieve internet email. password:1234
Platform: | Size: 30720 | Author: freemouse888 | Hits:

[GUI Developprofuis291_freeware

Description: Prof-UIS 2.91 是一套使用非常方便的界面类库。功能非常强大。可以开发office xp/office 2003/office 2007风格的应用程序 -Prof-UIS is an easy-to-use MFC extension library that enables you to deliver Windows applications with a professional and user-friendly interface. More than 200 thoroughly tested and documented C++ classes, templates and interfaces will help you take the time and complexity out of incorporating rich and up-to-date GUI facilities in your projects
Platform: | Size: 27951104 | Author: 日出东方 | Hits:

[Windows DevelopWordTable

Description: MFC基于对话框程序,操作office 2003程序-MFC dialog-based programs, operating procedures for office 2003
Platform: | Size: 251904 | Author: 魏赞庆 | Hits:

[Windows DevelopExeclTable

Description: 改代码实现了MFC基于对话框来操作OFFICE中的EXCEL的简单示例-Change the code to operate the MFC dialog-based EXCEL OFFICE simple example in
Platform: | Size: 339968 | Author: 魏赞庆 | Hits:

[GUI DevelopVisual_Studio_2010_Ribbon_Designer

Description: VS2010 office 2007 Ribbon 界面分割入门,介绍如何用mfc实现ribbon界面-VS2010 office 2007 Ribbon interface, split entry, how to achieve ribbon interface with mfc
Platform: | Size: 914432 | Author: 晏义 | Hits:

[GUI DevelopGuiLibSor_and_Demo

Description: 开发界面很实用的GuiLib库源码,以及应用这个库开发界面的实例,包含了VS2005界面实例,OFFICE界面实例,OUTLOOK界面实例等一系列实例,还包含了编译实例工程的一些头文件,网上很多实例都无法编译,就是缺少这些头文件,只要把我的这些头文件放在VC所包含的MFC下的头文件中就可以了,我在VC6.0下已经编译通过了,库源码,和所有应用实例源码工程都能编译通过-Development of the interface is very useful GuiLib library source code, database development and application of this interface instance, the interface includes an instance of VS2005, OFFICE interface instance, OUTLOOK interface instance and a series of examples, a compilation also includes some example project header files, a lot of examples online fail to compile, is the lack of these header files, as long as my headers on the VC those contained in the MFC header files under the can, I have compiled in VC6.0 passed under, library source code, and all applications Example source code can be compiled by project
Platform: | Size: 1152000 | Author: hj | Hits:

[Windows DevelopMFCMS_Word

Description: 使用MFC在应用程序中嵌入MS Word Microsoft Office办公套件以其功能强大、方便实用而被广泛使用。我们可以使用自动化作为Word用以把其功能显露给其他应用的方式,采用这种方式可以尽可能少的占用自动化客户的资源,并且不需要被访问对象的类型信息就可以进行调用。-Use MFC in the application embedded in MS Word Microsoft Office office suite with its powerful, convenient and practical and widely used. We can use automation for its function as the Word revealed to other applications in this way can be as little as possible the occupation of automated customer resources, and do not need to be access to the object type information can be called.
Platform: | Size: 2048 | Author: li | Hits:

[Graph RecognizeRMS

Description: 在开始做电子文档管理的时候,一窍不通,上网找了一圈明白个大概。该电子文档管理是基于微软的RMS技术实现对office文件,包括word,excel,ppt等文件的授权管理,有两种开发方法。其一是利用微软提供的sdk开发包,其二是利用office的动态链接库,本文采用的是后一种方法。资源分设置成10分,我觉得是必需的,毕竟自己有了很长的时间来完成代码的,我使用的事VS2010利用MFC实现对office文件的授权管理,网上这方面的实例很少,有几个是利用C#实现的,但是在使用MFC实现的过程中会出现很多的问题,包括程序会崩溃以及空间命名的问题等,在查阅很多资料加上痛苦几天的时间,这些问题终于被我一一解决,这也是我的程序值得满意的地方。这个程序中我同时也实现了对文件后缀名的识别来确定不同的文件类型。如果在开发之中有什么问题的话,欢迎大家和我交流。最后说一句改程序需要在域环境下运行,一般的电脑是处在工工作组的环境下,所以程序能够运行,但是没有加密效果,所以要想有效果的话必须将计算机处于域环境下。还有就是环境的配置问题,CSDN上有现成的,我就不多说了。最后欢迎大家下载,相互交流经验。-Started doing electronic document management, know nothing about the Internet to find a circle know about. The electronic document management and authorization management of office documents including word, excel, ppt etc. files, there are two development methods based on Microsoft s RMS technology. One is to use the sdk development kit provided by Microsoft, the second is the use of the office of the dynamic link library, using the latter approach. Resource is set to 10 points, I think it is necessary, after all, she had a very long time to complete the code, I use VS2010 MFC authorization management of office documents online examples of this, a few are using C#, but in the process of using MFC to achieve there will be many problems, including the program will crash and space named in the access to a lot of information with the pain a few days time, these problems has finally been all the solutions, and this is my program to be satisfied with the place. This program, I also realized
Platform: | Size: 43654144 | Author: 单家伟 | Hits:

[OS programparkmanagement

Description: 停车场管理系统的mfc界面实现和后台管理-The mfc parking management system interface and back office management
Platform: | Size: 8252416 | Author: L.Qiao | Hits:

[GUI Developpost

Description: 一个餐饮管理的客户端界面,包括本地数据库,使用win32和MFC。包括了前台使用和后台管理功能。-A food and beverage management, client interface, including the local database, using win32 and the MFC. Including the use of front and back office management functions.
Platform: | Size: 22422528 | Author: sukora | Hits:
« 1 2 3 45 »

CodeBus www.codebus.net